home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / helpinfo.arc / X3_ITI.TXT < prev   
Text File  |  1987-11-04  |  7KB  |  205 lines

  1.  
  2.                              X.3 ITI Parameters
  3.                              ------------------
  4.  
  5.   Para-
  6.   meter  Description
  7.   -----  -----------
  8.  
  9.     1    Escape to Command Level
  10.  
  11.          This paramter allows the terminal to initiate an escape from Data
  12.          Transfer Mode, in order to send a command to the PAD. Values are:
  13.  
  14.              0  Escape not possible
  15.              1  Escape possible (default)
  16.  
  17.  
  18.     2    Echo
  19.  
  20.          This paramter provides for all characters received from the
  21.          terminal to be transmitted back to the terminal, as well as being
  22.          interpreted and forwarded by the PAD to the the remote DTE.
  23.          Values are:
  24.  
  25.              0  No echo
  26.              1  Echo (default)
  27.  
  28.  
  29.     3    Data Forwarding
  30.  
  31.          This paramter allows the PAD to recognize defined character(s)
  32.          received from the terminal as an indication to complete assembly
  33.          of characters to forward a DATA packet to the remote DTE.  Values
  34.          may be OR-ed together (e.g., value of 3=1+2=Alphanumerics plus
  35.          Carriage Return)
  36.  
  37.              0  No signal
  38.              1  Alphanumerics
  39.              2  Carriage Return (Default)
  40.              4  Escape
  41.              8  Editing Characters
  42.             16  Terminators
  43.             32  Form Effectors
  44.             64  Control Characters
  45.            128  Other Characters (Not valid according to CCITT
  46.                 recommendations)
  47.  
  48.  
  49.     4    Idle Timer
  50.  
  51.          Should the interval between successive characters received from
  52.          the terminal exceed the selected Idle Timer delay, the PAD will
  53.          terminate assembly of characters and forward a DATA packet to the
  54.          remote DTE.  Values are:
  55.  
  56.              0  Timer disabled
  57.              n  multiples of 50 ms (.05 seconds), where 1<=n<=255.  n=1
  58.                 n=1 and n=2 not recommended.  (Default is 80, 4 seconds)
  59.  
  60.  
  61.     5    Ancillary Device Control
  62.  
  63.          This paramter enables flow control between the PAD and the
  64.          terminal.  The PAD uses the XON and XOFF characters (decimal 17
  65.          and 19) to indicate to the terminal whether ir not it is ready to
  66.          accept characters.  Values are:
  67.  
  68.              0  No use if XON/XOFF (default)
  69.              1  Use XON/XOFF
  70.  
  71.  
  72.     6    Suppression of Service Signals
  73.  
  74.          This paramter provides for the supression of all messages sent by
  75.          the PAD to the terminal.  Values are:
  76.  
  77.              0  Signals not transmitted (messages not sent)
  78.              1  Signals transmitted (messages sent) (Default)
  79.  
  80.  
  81.     7    Break Options
  82.  
  83.          This paramter specifies the action taken on receipt of a Break
  84.          signal from the terminal.  The only valid values are:
  85.  
  86.              0  Do nothing (Default)
  87.              1  Send INTERRUPT Packet to Host
  88.              2  Send RESET Packet to Host
  89.              8  Escape to PAD Command State
  90.             21  Flush-on-Break (Discard Output, Send Indication of Break
  91.                 and Send INTERRUPT)
  92.  
  93.  
  94.     8    Discard Output
  95.  
  96.          This controls transmission of data to the terminal.  Values are:
  97.  
  98.              0  Normal data delivery to the terminal (Default)
  99.              1  Discard all output to the terminal
  100.  
  101.  
  102.     9    Carriage Return Padding
  103.  
  104.          This paramter provides for automatic insertion by the PAD of null
  105.          character padding after the transmission of a carriage return to
  106.          the terminal.  Values are:
  107.  
  108.              0  No padding
  109.           1-31  Number of character delays
  110.  
  111.  
  112.    10    Line Folding
  113.  
  114.          This provides for automatic insertion by the PAD of appropriate
  115.          format effectors to prevent overprinting at the end of a terminal
  116.          print line.  Values are:
  117.  
  118.              0  No line folding
  119.              n  Character per line before folding, where 1<=n<=255
  120.  
  121.  
  122.    11    Binary Speed
  123.  
  124.          This paramter is set by the PAD when the terminal establishes a
  125.          physical connection to the network.  This allows the remote DTE
  126.          or terminal user to examine the speed, as determined by the PAD.
  127.          Values are:
  128.  
  129.              0   110    bps
  130.              1   134.5
  131.              2   300
  132.              3  1200
  133.              4   600
  134.              5    75
  135.              6   150
  136.              7  1800
  137.              8   200
  138.              9   100
  139.             10    50
  140.  
  141.  
  142.    12    Flow Control of the PAD by the terminal
  143.  
  144.          This allows for flow control between the terminal and the PAD.
  145.          The terminal indicates whether or not it is ready to accept
  146.          characters from the PAD, via XON and XOFF characters.  Values
  147.          are:
  148.  
  149.              0  No use of XON/XOFF
  150.              1  Use XON/XOFF
  151.  
  152.  
  153.    13    Linefeed Insertion
  154.  
  155.          This paramter instructs the PAD to routinely insert a linefeed
  156.          (LF) character into the data stram following each appearance of a
  157.          carriage return (CR) character.  Values may be OR-ed together:
  158.  
  159.              0  No LF Insertion (TP4 Default)
  160.              1  Insert LF after CR on output to the terminal
  161.              2  Insert LF after CR on input from the terminal
  162.              4  Insert LF after CR on echo to the terminal
  163.  
  164.  
  165.    14    Linefee Padding
  166.  
  167.          This paramter provices for automatic insertion by the PAD of null
  168.          character padding after the transmission of a linefeed to the
  169.          terminal.  Values are:
  170.  
  171.              0  No padding
  172.           1-15  null characters
  173.  
  174.  
  175.    15    Editing
  176.  
  177.          This paramter enables local editing of text within the PAD before
  178.          transmission through the network.  Note, if editing is enabled,
  179.          transmission on timers is disabled.  Values are:
  180.  
  181.              0  Editing disabled (Default)
  182.              1  Editing enabled
  183.  
  184.  
  185.    16    Character Delete
  186.  
  187.          Parameter 16 specifies the editing character which causes the PAD
  188.          to erase the previous character entered by the terminal.  Parameter
  189.          16 is only valid if editing is enabled.  Default is 127.
  190.  
  191.  
  192.    17    Line Delete
  193.  
  194.          Parameter 17 specifies the editing character which causes the PAD
  195.          to erase the entire buffer.  If data is forwarded on carriage
  196.          return only, the buffer contains one line at a time.  Parameter 17
  197.          is only valid if editing is enabled.  Default is 24.
  198.  
  199.  
  200.    18    Line Display
  201.  
  202.          Parameter 18 specifies the editing character which causes the PAD
  203.          to echo the entire buffer to the terminal.  Paramter 18 is only
  204.          valid if editing is enabled.  Default is 18.
  205.